home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / didtst11.zip / DIDTEST.DOC < prev    next >
Text File  |  1992-02-04  |  2KB  |  43 lines

  1.                               DidTest 1.1
  2.                 (c) Copyright 1992 by Dave Navarro, Jr.
  3.  
  4. What is DidTest?
  5.  
  6.      One problem which has constantly plagued ProDoor sysops is the
  7.      upload testing procedure.  Because ProDoor uses a set of batch
  8.      files for all testing, occasionally, a file can be tested more
  9.      than once due to a quirk in DOS's directory structure.
  10.  
  11.      DidTest is a cure for that.  At the end of your PROUTEST.BAT
  12.      you add the line:
  13.  
  14.  if exist %PCBDRIVE%%PCBDIR%\DIDTEST.LOG del %PCBDRIVE%%PCBDIR%\DIDTEST.LOG
  15.  
  16.      Then a the beginning of your PROUT1.BAT file you add the lines:
  17.  
  18. didtest %2 %PCBDRIVE%%PCBDIR%\DIDTEST.LOG
  19. if errorlevel==1 goto end
  20.  
  21.      How it works is pretty simple..  when you execute DidTest with
  22.      the name of the file and the name of the logfile, DidTest scans
  23.      the logfile for the name of the file to test.  If it finds it,
  24.      it exits with an errorlevel of 1, if it doesn't find it, it adds
  25.      it to the logfile and exits with no errorlevel.
  26.  
  27.      DidTest is fully network compatible, and you can keep a permanant
  28.      list if you'd like, but remember, the longer the list, the longer
  29.      it takes DidTest to search it.
  30.  
  31. How much to register DidTest?
  32.  
  33.      This is another FREEWARE program.  Enjoy.
  34.  
  35.      If you have any problems or requests, you can reach me at:
  36.  
  37.      The Bard's Lair BBS (718) 381-3651
  38.  
  39.      Dave Navarro, Jr.
  40.      34-68 Admiral Ave
  41.      Middle Village, NY 11379
  42.  
  43.